GoXam for WPF v3
ConvertStringToNodeKey Method (GraphModelNodeData<NodeKey>)
Northwoods.GoXam.Model Namespace > GraphModelNodeData<NodeKey> Class : ConvertStringToNodeKey Method
Convert a string to a NodeKey key value.
Syntax
protected virtual NodeKey ConvertStringToNodeKey( 
   string s
)

Parameters

s

Return Value

Remarks
Currently this handles NodeKey types that are String, Int32, Double, DateTime, TimeSpan, or Guid. Override this method to handle additional types.
See Also

Reference

GraphModelNodeData<NodeKey> Class
GraphModelNodeData<NodeKey> Members